build: Fix generating introspection on MacOS
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 10 Mar 2015 22:12:32 +0000 (22:12 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 10 Mar 2015 22:15:56 +0000 (22:15 +0000)
commita52ff2f66e670874978762197b2984fa8bdf3bfd
tree92153d18c3012549a38e24e80a9b0b6041ad6e5c
parent073a9c9cd543f5739d72beb4bc9eb4c79c175a99
build: Fix generating introspection on MacOS

We need to filter out platform-specific sources from the files that we
use with the introspection scanner.

In this specific case I could have moved the gtkclipboard-quartz.c and
the gtkdnd-quartz.c files out of the $(gtk_base_c_sources) variable, but
doing a filter-out on the variable itself is more resilient in case we
eventually add files and we forget about the result.
gtk/Makefile.am